Papers with general-purpose language models
HyperT5: Towards Compute-Efficient Korean Language Modeling (2023.acl-industry)
Copied to clipboard
| Challenge: | Pretraining and fine-tuning language models is a common practice in NLP, but deploying general-purpose language models without the abundant computation or data resources is proving difficult. |
| Approach: | They propose a sequence-to-sequence language model architecture that can be more practical and compute-efficient than the decoder-oriented approach. |
| Outcome: | The proposed language model outperforms competing models in Korean benchmarks and is more efficient in low-resource settings. |
Do GPTs Produce Less Literal Translations? (2023.acl-short)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are general-purpose language models capable of many natural language generation or understanding tasks. |
| Approach: | They investigate how LLMs differ qualitatively from standard Neural Machine Translation models by measuring literalness and monotonicity. |
| Outcome: | The proposed models achieve close to state-of-the-art translation performance under few-shot prompting . the results are backed up by human evaluations and a newer MT quality metrics . |
DomBERT: Domain-oriented Language Model for Aspect-based Sentiment Analysis (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Recent studies show that learning domain-specific language models are equally important for general-purpose and domain-based learning. |
| Approach: | They propose a domain-oriented learning task that combine the benefits of both general and domain-specific worlds. |
| Outcome: | The proposed task solves the problems in an aspect-based sentiment analysis task. |
Differential Privacy for Text Analytics via Natural Text Sanitization (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing text sanitization mechanisms provide low utility, as cursed by the high-dimensional text representation. |
| Approach: | They propose to use sanitized texts to samaritize training data . they propose to retrain and fine-tune the senitization-aware language model . |
| Outcome: | The proposed approach enables privacypreserving natural language processing over the BERT language model with promising utility. |
FormLM: Recommending Creation Ideas for Online Forms by Modelling Semantic and Structural Information (2022.emnlp-main)
Copied to clipboard
| Challenge: | FormLM is a pre-trained language model for creating semi-structured forms where questions and descriptions are organized by predefined structures. |
| Approach: | They propose to enhance pre-trained language model with form structural information to model online forms and recommend form creation ideas. |
| Outcome: | The proposed model outperforms general-purpose language models on all tasks, with an improvement by 4.71 on Question Recommendation and 10.6 on Block Type Suggestion in terms of ROUGE-1 and Macro-F1, respectively. |
EconBERTa: Towards Robust Extraction of Named Entities in Economics (2023.findings-emnlp)
Copied to clipboard
Karim Lasri, Pedro Vitor Quinta de Castro, Mona Schirmer, Luis Eduardo San Martin, Linxi Wang, Tomáš Dulka, Haaya Naushan, John Pougué-Biyong, Arianna Legovini, Samuel Fraiberger
| Challenge: | Adapting general-purpose language models to specific domains has proven to be effective in tackling downstream tasks such as impact evaluation. |
| Approach: | They propose to use EconBERTa, a large language model pretrained on scientific publications in economics, and ECON-IE, based on an expert-annotated dataset of economics abstracts for Named Entity Recognition (NER). |
| Outcome: | The proposed model outperforms EconBERTa on the downstream NER task and ECON-IE on the economics abstracts. |
PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter (2022.lrec-1)
Copied to clipboard
| Challenge: | Pre-trained domain-specific models are useful for understanding domain-level contexts. |
| Approach: | They propose to use a pre-trained language model to better capture domain-specific contexts. |
| Outcome: | The proposed model outperforms general-purpose models on election-related tasks. |
Merge to Learn: Efficiently Adding Skills to Language Models with Model Merging (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Adapting general-purpose language models to new skills is currently expensive . Adaptation to new skill sets requires repeated training or models forget older skills . |
| Approach: | They propose a parallel-train-then-merge procedure that adds new skills to preexisting models in isolation and later merges with the general model. |
| Outcome: | The proposed method is cheaper than retraining models on updated datasets . it improves model compliance with safe prompts while preserving model's ability to refuse dangerous or harmful prompts. |
GUIDE: Towards Scalable Advising for Research Ideas (2026.acl-long)
Copied to clipboard
| Challenge: | Existing systems that provide detailed, constructive feedback on academic papers struggle with review fidelity. |
| Approach: | They explore factors that underlie the development of robust advising systems . large language models have shown remarkable progress in tasks from text generation to code synthesis . |
| Outcome: | The proposed model outperforms general-purpose language models in acceptance rates for self-ranked top-30% submissions to ICLR 2025. |